| Predefined variables will take the following values: |
| ${CALL_SUPER} |
|
a super method call, for void methods - [super methodName] with or without parameters;
for other methods - return [super methodName] with or without parameters
|
| ${RETURN_TYPE} |
|
return type of a created method |
| ${DEFAULT_RETURN_VALUE} |
|
value returned by the method by default |
| ${CONTAINING_CLASS} |
|
name of the class where the method is overridden |
| ${CUSTOM_CODE} |
|
type-specific isEqualToType: comparison method name, if generated |
| All the predefined variables from the C File Header template (Includes tab) are also available
(e.g.
${USER},
${DATE},
etc.)
|